Minor documentation fix
authorErick Pérez Castellanos <erick.red@gmail.com>
Sat, 13 Dec 2014 15:36:15 +0000 (10:36 -0500)
committerErick Pérez Castellanos <erick.red@gmail.com>
Thu, 18 Dec 2014 15:43:13 +0000 (10:43 -0500)
gtk/gtkcssprovider.c

index 06755037ee4791489be51a0f219bb9c2c11a0c14..0ebe32b4e88fe5a8970e3e641341fec880419720 100644 (file)
  * text or icon itself, which is always rendered on top of the shadow layer.
  *
  * |[
- *   text-shadow: text-shadow: 1 1 0 blue, -4 -4 red;
+ *   text-shadow: 1 1 0 blue, -4 -4 red;
  * ]|
 
  * ## box-shadow: [ inset ] horizontal_offset vertical_offset [ blur_radius ] [ spread ] color;